home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / byteorder.0 < prev    next >
Text File  |  1996-09-02  |  1KB  |  42 lines

  1.  
  2. BYTEORDER(3)               UNIX Programmer's Manual               BYTEORDER(3)
  3.  
  4. NNAAMMEE
  5.      hhttoonnll, hhttoonnss, nnttoohhll, nnttoohhss - convert values between host and network byte
  6.      order
  7.  
  8. SSYYNNOOPPSSIISS
  9.      ##iinncclluuddee <<ssyyss//ppaarraamm..hh>>
  10.  
  11.      _u___l_o_n_g
  12.      hhttoonnll(_u___l_o_n_g _h_o_s_t_l_o_n_g)
  13.  
  14.      _u___s_h_o_r_t
  15.      hhttoonnss(_u___s_h_o_r_t _h_o_s_t_s_h_o_r_t)
  16.  
  17.      _u___l_o_n_g
  18.      nnttoohhll(_u___l_o_n_g _n_e_t_l_o_n_g)
  19.  
  20.      _u___s_h_o_r_t
  21.      nnttoohhss(_u___s_h_o_r_t _n_e_t_s_h_o_r_t)
  22.  
  23. DDEESSCCRRIIPPTTIIOONN
  24.      These routines convert 16 and 32 bit quantities between network byte or-
  25.      der and host byte order.  On machines which have a byte order which is
  26.      the same as the network order, routines are defined as null macros.
  27.  
  28.      These routines are most often used in conjunction with Internet addresses
  29.      and ports as returned by gethostbyname(3) and getservent(3).
  30.  
  31. SSEEEE AALLSSOO
  32.      gethostbyname(3),  getservent(3)
  33.  
  34. HHIISSTTOORRYY
  35.      The bbyytteeoorrddeerr functions appeared in 4.2BSD.
  36.  
  37. BBUUGGSS
  38.      On the VAX bytes are handled backwards from most everyone else in the
  39.      world.  This is not expected to be fixed in the near future.
  40.  
  41. 4.2 Berkeley Distribution        June 4, 1993                                1
  42.